home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / crystal.dxr / 00126_Script_126 < prev    next >
Text File  |  1998-10-27  |  803b  |  24 lines

  1. on enterFrame me
  2.   global runto
  3.   global Grunto
  4.   global Cface
  5.   global Gface
  6.   if the loc of sprite 30 = the loc of sprite the spritenum of me and runto = the locV of sprite the spritenum of me then
  7.     set the locV of sprite 30 = 26
  8.     set the locH of sprite 30 = 392
  9.     set runto = the locH of sprite 30
  10.     if the spritenum of me = 17 then puppetSound "Forward1"
  11.     else puppetSound "Back1"
  12.     set Cface = 4
  13.   end if
  14.   if the loc of sprite 29 = the loc of sprite the spritenum of me and Grunto = the locV of sprite the spritenum of me then
  15.     set the locV of sprite 29 = 26
  16.     set the locH of sprite 29 = 392
  17.     set Grunto = the locH of sprite 29
  18.     if the spritenum of me = 17 then puppetSound "Forward2"
  19.     else puppetSound "BBack1"
  20.     set Gface = 4
  21.   end if
  22. end
  23.  
  24.